Fix bug in per tensor mul and add impls (#18481)#18481
Fix bug in per tensor mul and add impls (#18481)#18481DrJessop wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18481
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 Cancelled Job, 2 Unrelated FailuresAs of commit 18c3905 with merge base b9a6b84 ( CANCELLED JOB - The following job was cancelled. Please retry:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Summary: Before, to was reinterpreting the data to int. The real fix to prevent overflow is to just cast to float. Differential Revision: D98045926
4c923ef to
1fd0270
Compare
Summary: Pull Request resolved: pytorch#18481 Before, to was reinterpreting the data to int. The real fix to prevent overflow is to just cast to float. Differential Revision: D98045926
1fd0270 to
18c3905
Compare
Summary:
Before, to was reinterpreting the data to int. The real fix to prevent overflow is to just cast to float.
Differential Revision: D98045926